.tel {
  float: right;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tel .tel_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.tel .tel_1 img {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}

.tel .tel_1 span {
  font-size: 23px;
  color: #333;
}

.tel p {
  font-size: 26px;
  color: #1757c4;
  font-weight: bold;
}

.friLink {
  padding: 15px 0;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #eaeaea;
}

.friLink .item-dt,
.friLink .item-dd {
  display: inline;
}

.friLink em {
  font-weight: bold;
  margin-right: 10px;
}

.friLink span {
  padding-left: 10px;
}

.friLink a {
  -webkit-transition: 0.36s;
  transition: 0.36s;
  border-right: solid 1px #888;
  padding: 0 15px;
}

.friLink a:hover {
  color: #1477e5;
}
/*# sourceMappingURL=style.css.map */